GetCurrentServerDate

 

Object and Type

 

Object  : FCSession

Type     : Method

 

 

Prototype

 

Public Function GetCurrentDate() As Date

 

 

Description

 

This method returns the current server time zone-based date and time.

 

 

Returns     

 

This method returns the current server time zone-based date and time.

 

 

Example

 

The following example displays the current server time.

 

JavaScript:

The code in this example is written in JavaScript for inclusion in ASP pages.

 

Response.Write("<BR>current server time = " + FCSession.GetCurrentServerDate());